Advanced Debugging
About AdvDbg Consult Train Services Products Tools Community Contact  
欢迎光临 高端调试 登录 | 注册 | FAQ
 
  ACPI调试
Linux内核调试
Windows内核调试
 
  调试战役
调试原理
新工具观察
 
  Linux
Windows Vista
Windows
 
  Linux驱动
WDF
WDM
 
  PCI Express
PCI/PCI-X
USB
无线通信协议
 
  64位CPU
ARM
IA-32
  CPU Info Center
 
  ACPI标准
系统认证
Desktop
服务器
 
  Embedded Linux
嵌入式开发工具
VxWorks
WinCE
嵌入式Windows
 
  格蠹调试套件(GDK)
  格蠹学院
  小朱书店
  老雷的微博
  《软件调试》
  《格蠹汇编》
  《软件调试(第二版)》
沪ICP备11027180号-1

Windows内核调试

帖子发起人: jlflyfox   发起时间: 2012-02-01 17:55 下午   回复: 2

Print Search
帖子排序:    
   2012-02-01, 17:55 下午
jlflyfox 离线,最后访问时间: 2009/1/24 22:08:06 jlflyfox

发帖数前25位
注册: 2008-10-28
发 贴: 65
请教下张老师和各位高手,xp本地内核调试无法看到各个进程的peb完整信息?
Reply Quote

我在做一个项目,需要非本地windows2003用crash把full memory给dump下来,然后看目标进程一些信息,比如我想看有些进程的cmdline,我发现peb里面都能看到。

但是,我自己在自己xp机器上做实验的时候,发现有些问题,在自己机器上windows xp sp3用本地内核调试,却无法得到完整的peb。

比如下面,无法看到peb里面的ldr和CommandLine!

我用tlist在xp上能看到每个进程的CommandLine,里面使用的是NtQueryInformationProcess,和这个不太一样。

请教下,这个是怎么回事?

lkd> !process 0 0

这里我找到目标进程后

lkd> .process 89211918
Implicit process is now 89211918
lkd> !peb
Unable to read selector for PCR for processor 0
PEB at 7ffd9000
error 1 InitTypeRead( nt!_PEB at 7ffd9000)...
lkd> !peb 7ffd9000
PEB at 7ffd9000
error 1 InitTypeRead( nt!_PEB at 7ffd9000)...
lkd> .process 89581b50
Implicit process is now 89581b50
lkd> !peb
Unable to read selector for PCR for processor 0
PEB at 7ffdf000
    InheritedAddressSpace:    Yes
    ReadImageFileExecOptions: Yes
    BeingDebugged:            Yes
    ImageBaseAddress:         00064000
    Ldr                       00000000
    *** unable to read Ldr table at 00000000
    SubSystemData:     00000000
    ProcessHeap:       7ffdf000
    ProcessParameters: 00001e00
    WindowTitle:  '< Name not readable >'
    ImageFile:    '< Name not readable >'
    CommandLine:  '< Name not readable >'
    DllPath:      '< Name not readable >'

 


IP 地址: 已记录   报告
   2012-02-03, 13:32 下午
Raymond 离线,最后访问时间: 2020/7/3 3:40:25 格蠹老雷

发帖数前10位
注册: 2005-12-19
发 贴: 1,303
Re: 请教下张老师和各位高手,xp本地内核调试无法看到各个进程的peb完整信息?
Reply Quote

可以尝试在.process命令中加/p选项,但这种情况最好使用系统dump或者双机调试,因为LKD时,用户态空间随时都可能切换...


IP 地址: 已记录   报告
   2012-02-06, 14:16 下午
jlflyfox 离线,最后访问时间: 2009/1/24 22:08:06 jlflyfox

发帖数前25位
注册: 2008-10-28
发 贴: 65
Re: 请教下张老师和各位高手,xp本地内核调试无法看到各个进程的peb完整信息?
Reply Quote

哦,谢谢了,应该是用户态空间被切换了.

 


IP 地址: 已记录   报告
高端调试 » 软件调试 » Windows内核调试 » 请教下张老师和各位高手,xp本地内核调试无法看到各个进程的peb完整信息?

 
Legal Notice Privacy Statement Corporate Governance Corporate Governance
(C)2004-2020 ADVDBG.ORG All Rights Reserved.